Click or drag to resize

SyncFoldersResponse Class

Represents the status and result of a single SyncFolderHierarchy operation request.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeResponse
    Independentsoft.ExchangeSyncFoldersResponse

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class SyncFoldersResponse : Response

The SyncFoldersResponse type exposes the following members.

Properties
  NameDescription
Public propertyCreatedFolders
Identifies a collection of folders to create in the local client store.
Public propertyDeletedFolders
Identifies a collection of folders to delete in the local client store.
Public propertyDescriptiveLinkKey
Currently unused and is reserved for future use.
(Inherited from Response.)
Public propertyIncludesLastFolderInRange
Indicates whether the last item to synchronize has been included in the response.
Public propertyMessage
Provides a text description of the status of the response.
(Inherited from Response.)
Public propertyResponseClass
Represents the status of the response.
(Inherited from Response.)
Public propertyResponseCode
Provides an error code that identifies the specific error that the request encountered.
(Inherited from Response.)
Public propertyServerVersionInfo
Represents the Microsoft Exchange Server version number.
(Inherited from Response.)
Public propertyState
This is used to identify the synchronization state. Contains a base64-encoded form of the synchronization data that is updated after each successful request.
Public propertyUpdatedFolders
Identifies a collection of folders to update in the local client store.
Public propertyXmlMessage
Provides additional error response information.
(Inherited from Response.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also